AWS for System Administrators by Prashant Lakhera
Author:Prashant Lakhera [Prashant Lakhera]
Language: eng
Format: epub, mobi
Publisher: Packt Publishing
Published: 2021-02-12T00:00:00+00:00
Figure 11.18 â Edit block public access settings for selected buckets
As of this stage, we make our bucket public, but in order to grant all the objects inside the bucket read-only permission, we need to add an S3 bucket policy. To do this, again inside the bucket, navigate to Permissions | Bucket Policy and copy the following policy. This policy allows all the action s3:GetObject, which means that it grants read-only permission to all the plakhera.com bucket objects:{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::plakhera.com/*"
}
]
}
Copy the preceding policy and click on Save:
Download
AWS for System Administrators by Prashant Lakhera.mobi
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7791)
Grails in Action by Glen Smith Peter Ledbrook(7705)
Configuring Windows Server Hybrid Advanced Services Exam Ref AZ-801 by Chris Gill(6656)
Azure Containers Explained by Wesley Haakman & Richard Hooper(6648)
Running Windows Containers on AWS by Marcio Morales(6169)
Kotlin in Action by Dmitry Jemerov(5074)
Microsoft 365 Identity and Services Exam Guide MS-100 by Aaron Guilmette(4963)
Combating Crime on the Dark Web by Nearchos Nearchou(4551)
Microsoft Cybersecurity Architect Exam Ref SC-100 by Dwayne Natwick(4431)
Management Strategies for the Cloud Revolution: How Cloud Computing Is Transforming Business and Why You Can't Afford to Be Left Behind by Charles Babcock(4425)
The Ruby Workshop by Akshat Paul Peter Philips Dániel Szabó and Cheyne Wallace(4215)
The Age of Surveillance Capitalism by Shoshana Zuboff(3964)
Python for Security and Networking - Third Edition by José Manuel Ortega(3788)
Learn Windows PowerShell in a Month of Lunches by Don Jones(3515)
The Ultimate Docker Container Book by Schenker Gabriel N.;(3455)
Mastering Python for Networking and Security by José Manuel Ortega(3359)
Learn Wireshark by Lisa Bock(3351)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3337)
Blockchain Basics by Daniel Drescher(3308)
